Car dashboard in Obseravble

bp = BoxPlot(filtered, { x: d => d.year, y: d => d.price, color: d => d.make_model, xLabel: “Year →”, yLabel: “↑ price”, height: 500 })

Read and filter the data based on the user’s inputs: